3.1.93 \(\int \frac {x}{\sqrt {a x+b x^4}} \, dx\) [93]

Optimal. Leaf size=32 \[ \frac {2 \tanh ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a x+b x^4}}\right )}{3 \sqrt {b}} \]

[Out]

2/3*arctanh(x^2*b^(1/2)/(b*x^4+a*x)^(1/2))/b^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {2054, 212} \begin {gather*} \frac {2 \tanh ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a x+b x^4}}\right )}{3 \sqrt {b}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x/Sqrt[a*x + b*x^4],x]

[Out]

(2*ArcTanh[(Sqrt[b]*x^2)/Sqrt[a*x + b*x^4]])/(3*Sqrt[b])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 2054

Int[(x_)^(m_.)/Sqrt[(a_.)*(x_)^(j_.) + (b_.)*(x_)^(n_.)], x_Symbol] :> Dist[-2/(n - j), Subst[Int[1/(1 - a*x^2
), x], x, x^(j/2)/Sqrt[a*x^j + b*x^n]], x] /; FreeQ[{a, b, j, n}, x] && EqQ[m, j/2 - 1] && NeQ[n, j]

Rubi steps

\begin {align*} \int \frac {x}{\sqrt {a x+b x^4}} \, dx &=\frac {2}{3} \text {Subst}\left (\int \frac {1}{1-b x^2} \, dx,x,\frac {x^2}{\sqrt {a x+b x^4}}\right )\\ &=\frac {2 \tanh ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a x+b x^4}}\right )}{3 \sqrt {b}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.12, size = 61, normalized size = 1.91 \begin {gather*} \frac {2 \sqrt {x} \sqrt {a+b x^3} \tanh ^{-1}\left (\frac {\sqrt {a+b x^3}}{\sqrt {b} x^{3/2}}\right )}{3 \sqrt {b} \sqrt {x \left (a+b x^3\right )}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x/Sqrt[a*x + b*x^4],x]

[Out]

(2*Sqrt[x]*Sqrt[a + b*x^3]*ArcTanh[Sqrt[a + b*x^3]/(Sqrt[b]*x^(3/2))])/(3*Sqrt[b]*Sqrt[x*(a + b*x^3)])

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 4 vs. order 3.
time = 0.35, size = 979, normalized size = 30.59

method result size
default \(\text {Expression too large to display}\) \(979\)
elliptic \(\text {Expression too large to display}\) \(979\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(b*x^4+a*x)^(1/2),x,method=_RETURNVERBOSE)

[Out]

2*(1/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*((-3/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3)
)*x/(-1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(x-1/b*(-a*b^2)^(1/3)))^(1/2)*(x-1/b*(-a*b^2)^(1/3)
)^2*(1/b*(-a*b^2)^(1/3)*(x+1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(-1/2/b*(-a*b^2)^(1/3)-1/2*I*3
^(1/2)/b*(-a*b^2)^(1/3))/(x-1/b*(-a*b^2)^(1/3)))^(1/2)*(1/b*(-a*b^2)^(1/3)*(x+1/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/
2)/b*(-a*b^2)^(1/3))/(-1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(x-1/b*(-a*b^2)^(1/3)))^(1/2)/(-3/
2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*b/(-a*b^2)^(1/3)/(b*x*(x-1/b*(-a*b^2)^(1/3))*(x+1/2/b*(-a*b
^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*(x+1/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(-a*b^2)^(1/3)))^(1/2)*(1/b*
(-a*b^2)^(1/3)*EllipticF(((-3/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*x/(-1/2/b*(-a*b^2)^(1/3)+1/2*
I*3^(1/2)/b*(-a*b^2)^(1/3))/(x-1/b*(-a*b^2)^(1/3)))^(1/2),((3/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3
))*(1/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))
/(3/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(-a*b^2)^(1/3)))^(1/2))-1/b*(-a*b^2)^(1/3)*EllipticPi(((-3/2/b*(-a*b^2)
^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*x/(-1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(x-1/b*(-a*b^2
)^(1/3)))^(1/2),(-1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(-3/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*
(-a*b^2)^(1/3)),((3/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))*(1/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(
-a*b^2)^(1/3))/(1/2/b*(-a*b^2)^(1/3)+1/2*I*3^(1/2)/b*(-a*b^2)^(1/3))/(3/2/b*(-a*b^2)^(1/3)-1/2*I*3^(1/2)/b*(-a
*b^2)^(1/3)))^(1/2)))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^4+a*x)^(1/2),x, algorithm="maxima")

[Out]

integrate(x/sqrt(b*x^4 + a*x), x)

________________________________________________________________________________________

Fricas [A]
time = 2.08, size = 94, normalized size = 2.94 \begin {gather*} \left [\frac {\log \left (-8 \, b^{2} x^{6} - 8 \, a b x^{3} - a^{2} - 4 \, {\left (2 \, b x^{4} + a x\right )} \sqrt {b x^{4} + a x} \sqrt {b}\right )}{6 \, \sqrt {b}}, -\frac {\sqrt {-b} \arctan \left (\frac {2 \, \sqrt {b x^{4} + a x} \sqrt {-b} x}{2 \, b x^{3} + a}\right )}{3 \, b}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^4+a*x)^(1/2),x, algorithm="fricas")

[Out]

[1/6*log(-8*b^2*x^6 - 8*a*b*x^3 - a^2 - 4*(2*b*x^4 + a*x)*sqrt(b*x^4 + a*x)*sqrt(b))/sqrt(b), -1/3*sqrt(-b)*ar
ctan(2*sqrt(b*x^4 + a*x)*sqrt(-b)*x/(2*b*x^3 + a))/b]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{\sqrt {x \left (a + b x^{3}\right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x**4+a*x)**(1/2),x)

[Out]

Integral(x/sqrt(x*(a + b*x**3)), x)

________________________________________________________________________________________

Giac [A]
time = 0.69, size = 23, normalized size = 0.72 \begin {gather*} -\frac {2 \, \arctan \left (\frac {\sqrt {b + \frac {a}{x^{3}}}}{\sqrt {-b}}\right )}{3 \, \sqrt {-b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^4+a*x)^(1/2),x, algorithm="giac")

[Out]

-2/3*arctan(sqrt(b + a/x^3)/sqrt(-b))/sqrt(-b)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {x}{\sqrt {b\,x^4+a\,x}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a*x + b*x^4)^(1/2),x)

[Out]

int(x/(a*x + b*x^4)^(1/2), x)

________________________________________________________________________________________